home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_203 / examples / yachtc3 / makeyahtzee < prev    next >
Text File  |  1992-05-06  |  807b  |  15 lines

  1.  First compile SmallStart.asm (or StartUp.asm), YAHTZEE.asm, and CHIP.asm.
  2. I use the CAPE assembler from Inovatronics. It is an excellent assembler/
  3. editor package and is compatible with ALink and BLink. I then use BLink to
  4. create the executable. YAHTZEE.asm contains a CAPE directive, SMALLOBJ,
  5. which indicates "use PC relative addressing instead of absolute". If your
  6. assembler doesn't support this, delete the directive and add the SECTION
  7. statement where the data section of this module begins. Because the Manx
  8. C compiler and assembler do not implement PC relative the way everyone else
  9. does (typical Manx), you may not be able to assemble the switch in Evaluate.
  10. Consult the examples I made in "ManxPCBug".
  11.  
  12.  If using BLink or ALink,
  13.  
  14.  BLink SmallStart.o Yahtzee.o Chip.o amiga.lib NODEBUG to YAHTZEE
  15.